Package-level declarations

Can be used to tell Gugal (and the user) that something has gone wrong during a search.

Types

Link copied to clipboard
open class ErrorResponse(val body: String, val errorCode: String)

A generic error response.

Link copied to clipboard

A special error response returned when the credentials are invalid.

Link copied to clipboard

A special error response returned when there are no results.

Link copied to clipboard

A special error response returned when Gugal has hit a rate limit.